From: Eli Zaretskii Date: Tue, 3 Apr 2007 11:17:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~1158 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c3ee21522261c2cb757c95fd6a4f308030a6fd5c;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8c8f643ae57..84ff36deaa1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2007-04-03 Eli Zaretskii + + * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to + decode base-64 encoded body if its content-type is something other + than text/* or message/*. + 2007-04-03 Juanma Barranquero * simple.el (activate-mark-hook): Fix typo in docstring. diff --git a/src/ChangeLog b/src/ChangeLog index 231a459cc5c..3b61ae23680 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-04-03 Eli Zaretskii + + * emacs.c (main): Fix instructions for building Emacs for profiling. + 2007-04-03 Jan Dj,Ad(Brv * gtkutil.c (xg_update_menubar): Call g_list_next after moving